home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 February
/
EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso
/
earcd
/
editor
/
gdsntxrs.lha
/
Assembly_Parser
/
README
< prev
Wrap
Text File
|
1995-06-03
|
488b
|
24 lines
NAME
asm.parser
AUTHOR
Leon Woestenberg, Digital Disturbance (leon@stack.urc.tue.nl)
DESCRIPTION
A parser library for assembly language sources.
FEATURES
Highlights assembly style comments; either full line comments, with
an asterix ('*') as first non-space character, or partial line comment,
introduced by a semicolon (';').
KNOWN BUGS
A semicolon in a string ('; bla bla') or character value (#";" or #';')
is falsly recognized as being a comment introducer.